runtime.hmap.count (field)

47 uses

	runtime (current package)
		map.go#L120: 	count     int // # live cells == size of map.  Must be first (used by len() builtin)
		map.go#L409: 	if h == nil || h.count == 0 {
		map.go#L470: 	if h == nil || h.count == 0 {
		map.go#L520: 	if h == nil || h.count == 0 {
		map.go#L658: 	if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
		map.go#L683: 	h.count++
		map.go#L709: 	if h == nil || h.count == 0 {
		map.go#L796: 			h.count--
		map.go#L799: 			if h.count == 0 {
		map.go#L823: 	if h == nil || h.count == 0 {
		map.go#L1001: 	if h == nil || h.count == 0 {
		map.go#L1031: 	h.count = 0
		map.go#L1063: 	if !overLoadFactor(h.count+1, h.B) {
		map.go#L1419: 	return h.count
		map.go#L1436: 	return h.count
		map.go#L1494: 		h.count++
		map.go#L1500: 	dst := makemap(t, src.count, nil)
		map.go#L1505: 	if src.count == 0 {
		map.go#L1515: 		dst.count = src.count
		map.go#L1605: 	if h == nil || h.count == 0 {
		map.go#L1668: 	if h == nil || h.count == 0 {
		map_fast32.go#L18: 	if h == nil || h.count == 0 {
		map_fast32.go#L58: 	if h == nil || h.count == 0 {
		map_fast32.go#L156: 	if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
		map_fast32.go#L172: 	h.count++
		map_fast32.go#L246: 	if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
		map_fast32.go#L262: 	h.count++
		map_fast32.go#L278: 	if h == nil || h.count == 0 {
		map_fast32.go#L347: 			h.count--
		map_fast32.go#L350: 			if h.count == 0 {
		map_fast64.go#L18: 	if h == nil || h.count == 0 {
		map_fast64.go#L58: 	if h == nil || h.count == 0 {
		map_fast64.go#L156: 	if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
		map_fast64.go#L172: 	h.count++
		map_fast64.go#L246: 	if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
		map_fast64.go#L262: 	h.count++
		map_fast64.go#L278: 	if h == nil || h.count == 0 {
		map_fast64.go#L349: 			h.count--
		map_fast64.go#L352: 			if h.count == 0 {
		map_faststr.go#L18: 	if h == nil || h.count == 0 {
		map_faststr.go#L113: 	if h == nil || h.count == 0 {
		map_faststr.go#L275: 	if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
		map_faststr.go#L290: 	h.count++
		map_faststr.go#L306: 	if h == nil || h.count == 0 {
		map_faststr.go#L375: 			h.count--
		map_faststr.go#L378: 			if h.count == 0 {